Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
Specify the user type to which your operations will be restricted.
any, organization, client The id of the referenced UserRole.
x >= 1Body
Updates an existing UserRole specified by its type and id path parameters and according to the request body.
- OrganizationUserRole
- ClientUserRole
An OrganizationUserRole is used to provide a specific set of permissions to an organization's user.
This is a read-only property that describes the type of object in the response body.
OrganizationUserRole The name of the User Role.
50"Administrators"
A list of permissions for a single role.
[
"warehouse",
"warehouse/staff",
"warehouse/staff/time_entry_log",
"warehouse/staff/time_management",
"warehouse/staff/time_management/excluded",
"warehouse/staff/time_management/status_dashboard"
]Response
OK - The operation completed successfully and there is no response body.